xen.git
2007-04-20 Tom WilkieDeprecate XendDomainInfo.state - now use _stateGet...
2007-04-20 kfraser@localhost... Revert 14883:6568c1882af5 and 14862:98efd2e410ae.
2007-04-20 Tim Deegan[XEND] Fix test for when to record HVM VNC console...
2007-04-20 Steven HandFix dist target to keep previous symlink format.
2007-04-20 kfraser@localhost... Update README for correctness.
2007-04-19 Keir Fraserhvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALL...
2007-04-19 Keir FraserAdd "chk build" check that we've got xgettext since...
2007-04-19 Keir Fraser[vtpm] Return a proper error when in the Xen-API call.
2007-04-19 Keir Fraser[security] When building the binary policy align its...
2007-04-19 Keir Fraserhvmloader: Simplify e820_malloc() interface and improve
2007-04-19 Keir Fraserhvmloader: Tiny comment clarification.
2007-04-17 Steven HandFix for bug introduced by cset 14859:a9aa7c29eda8 ...
2007-04-17 kfraser@localhost... Allow use of foo.local buildconfig overrides.
2007-04-17 kfraser@localhost... netfront: use skb.cb for storing private data
2007-04-17 kfraser@localhost... tools: Use INSTALL_{DIR,DATA} to install stuff.
2007-04-17 James BulpinFix tools build
2007-04-16 Tom WilkieAdd *.get_all_records to XenAPI, make use of this for...
2007-04-16 ewan@localhost... Added event dispatch when a VM's power state changes...
2007-04-16 Tom WilkieAdd pot file, fix build
2007-04-16 ewan@localhost... Added documentation and C bindings for VM.migrate call.
2007-04-16 ewan@localhost... Added host.enabled flag.
2007-04-13 Tom WilkieInstall dtd into correct place
2007-04-13 Tom WilkieFix up locale strings for xm
2007-04-16 kfraser@localhost... hvm: Fix get_immediate() in mmio decoder by reverting...
2007-04-16 Ian CampbellFactor out sparse tree makefile fragments and introduce...
2007-04-16 kfraser@localhost... hvm: Allow HVM guests to use sched_op() hcall on x86...
2007-04-16 kfraser@localhost... xen x86: Fix PV guest destruction.
2007-04-16 kfraser@localhost... hvm: Fix a bug in the mmio emulation of SUB instruction.
2007-04-15 kfraser@localhost... Fix map_pages_to_xen() to atomically switch between...
2007-04-13 Ewan MellorAdded documentation, C bindings, and test for VM_metric...
2007-04-12 Ewan MellorAdded documentation and C bindings for VBD. and VIF...
2007-04-13 Tim Deegan[HVM][SVM] Save/restore: set CPL from SS.DPL on restore
2007-04-13 Keir FraserMerge with xen-ia64-unstable.hg
2007-04-13 Tom WilkieFix TypeError with datetime() on old python version
2007-04-13 Alex Williamson[IA64] Fix ptc.ga emulation
2007-04-13 Keir Fraserlinux netfront: Fixes to locking after lockdep-derived...
2007-04-13 Keir Fraserhvm: Clean up treatment of is_dying per-domain boolean...
2007-04-13 Tom WilkieAdd VM.migrate to XenAPI, add support to XM
2007-04-13 kfraser@localhost... hvm: Fix some bugs in mmio decoder
2007-04-13 kfraser@localhost... hvm: Xen must take care to hold a reference to ioreq...
2007-04-13 Ian CampbellUpdate .hgignore so it doesn't ignore buildconfigs...
2007-04-13 Tom WilkieSimplify code to map interfaces to bridges
2007-04-13 kfraser@localhost... linux: netfront contains two locking problems found...
2007-04-13 kfraser@localhost... pygriub: Fix GPT support.
2007-04-13 kfraser@localhost... hvm svm: Fix nested paging to support domain save/restore.
2007-04-13 kfraser@localhost... Merge with xenppc-unstable-merge.hg
2007-04-13 kfraser@localhost... Merge with xen-ia64-unstable.hg
2007-04-13 kfraser@localhost... libxenguest: Remove bogus weak definitions of xc_{set...
2007-04-12 Hollis Blanchard[XEN][POWERPC] Fix dom0 boot when using built-in zImage.
2007-04-12 Hollis Blanchard[XEN][POWERPC] Fix debug=y build.
2007-04-12 Alex Williamsonmerge with xen-unstable.hg
2007-04-12 Alex Williamson[IA64] Fix hyper_get_psr
2007-04-12 Alex Williamson[IA64] Formatting fix
2007-04-12 Hollis Blanchard[XEN][POWERPC] Fix garbage dom0 commandline.
2007-04-12 Hollis Blanchard[XEN][POWERPC] Fix xchg macro.
2007-04-12 Tim DeeganMerge
2007-04-12 Tim Deegan[HVM] Save/restore: catch more error cases in the tools
2007-04-12 Tom WilkieAdd PyXML requirement for xm via XenAPI to docs
2007-04-12 Tim Deegan[HVM] Fix typo that broke x86_64 build
2007-04-12 Tim Deegan[HVM] Save/restore: save HVM GPRs and DRs with the...
2007-04-12 kfraser@localhost... HVM: First attempt at domain-resume on save-failure.
2007-04-12 kfraser@localhost... HVM: Allow qemu monitor to be configured in domain...
2007-04-12 kfraser@localhost... xend: Update config-format version, due to changes...
2007-04-12 Tom WilkieEnsure xenapi create passes in values even if unused
2007-04-12 kfraser@localhost... HVM: Do not watch control/shutdown to force domain...
2007-04-12 kfraser@localhost... PV-on-HVM: More carefully synchronise with APs when...
2007-04-12 Tom WilkieMake xm info more permissive
2007-04-12 Tom WilkieMake Xm Test default to bridge when cannot read config...
2007-04-12 Tom WilkieFix typo and make create send proper bools
2007-04-12 kfraser@localhost... PV-on-HVM: Fix 64-bit build.
2007-04-12 Alex Williamson[IA64] Fix PV-on-HVM driver
2007-04-12 Alex Williamson[IA64] Bugzilla 942 Fix (timer strangeness on restored...
2007-04-11 Christian Limpach[ioemu] Consistently extend all block device operations...
2007-04-11 Christian Limpach[setup] Fix old style bridge setup.
2007-04-11 Ewan MellorAdd documentation and C bindings for VM.add_to_VCPUs_pa...
2007-04-11 Ewan MellorAdded documentation and bindings for host_cpu.features.
2007-04-11 kfraser@localhost... linux: Quieten blkfront output.
2007-04-11 kfraser@localhost... xend: Store canonical vnif config info in /vm/<uuid...
2007-04-11 Alex Williamsonmerge with xen-unstable.hg
2007-04-11 Alex Williamson[IA64] Skip MCA setup on domU
2007-04-11 Alex Williamson[IA64] Handle NAT bit for dom0 and domU
2007-04-11 kfraser@localhost... PV-on-HVM: Fixes for module loading.
2007-04-11 kfraser@localhost... PV-on-HVM: More save/restore fixes.
2007-04-10 kfraser@localhost... linux: Fix an error path in save/restore code.
2007-04-10 Jake Wires[TAPDISK] Fix qcow initialization bug.
2007-04-10 Ewan MellorAdded docs and bindings for VM_metrics.state.
2007-04-11 Christian Limpach[linux] Make CONFIG_XEN_COMPAT #if statements syntactic...
2007-04-11 Ian CampbellLINUX: Cleanup a few stray uses of CONFIG_XEN_COMPAT_03...
2007-04-11 kfraser@localhost... Merge with xen-ia64-unstable.hg
2007-04-11 kfraser@localhost... Provide the use of SCSI disks in HVM domains. Currentl...
2007-04-11 kfraser@localhost... Fix pygrub for IA64 support.
2007-04-11 kfraser@localhost... pygrub: Support GPT (GUID Partition Table) as used...
2007-04-11 kfraser@localhost... libfsimage: Fix data types for 64-bit architectures.
2007-04-11 Tim DeeganMerge
2007-04-11 Tim Deegan[HVM] Save/restore: merge xc_linux_save and xc_hvm_save
2007-04-10 kfraser@localhost... linux: Fix IRQ disable/enable logic across save/restore.
2007-04-10 Ewan MellorAdded docs and bindings for VM.{send_trigger,send_sysrq}.
2007-04-10 Ewan MellorAvoid using the multicol package.
2007-04-10 Tom WilkieMake date time handling slightly more permissive
2007-04-09 Alex Williamsonmerge with xen-unstable.hg
next